home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Games for Palm OS 2 / PalmV2012301.ISO / action / robot attack / Robot Attack!.txt < prev    next >
Text File  |  2000-10-11  |  4KB  |  92 lines

  1. Robot Attack v1.1
  2. By: Ed Garbacz
  3. uegarbac@mcs.drexel.edu
  4.  
  5. Introduction
  6. ------------
  7. Robot Attack! is a game that is based on the old Apple game Daleks.  The object of the
  8. game is to destroy all the robots on a level by having them crash into each other or
  9. walk into the fire created by two robots colliding.  You can move your character up,
  10. down, left, right, up left, up right, down left, down right, or no move at all.  Each
  11. time your character is moved all the robots on the screen will move one block closer.
  12. To help you through the levels you can teleport your character or use a Shot to destroy
  13. all robots immediately surrounding your character.
  14.  
  15. Acknowledgements
  16. ----------------
  17. I would like to offer a special thanks to:
  18.  
  19. John Feras and Mike Buckley at CASLSoft for writting such a great development 
  20. environment for the Palm platform.  Please check their site out at:
  21. <http://www.CASLsoft.com>
  22.  
  23. Bill for providing a lot of beta testing and finding some major bugs.
  24.  
  25. Requirements
  26. ------------
  27. Robot Attack should run on all PalmOS handhelds. Robot Attack! requires about 69k of
  28. memory on the Palm.
  29.  
  30. Installation
  31. ------------
  32. The Robot Attack zip file contains the robots.prc and this file. Just install the 
  33. robots.prc using the Palm install tool.
  34.  
  35. Using Robot Attack
  36. ------------
  37. When you start Robot Attack for the first time you will start on Level 1.  The majority
  38. of the screen is the playing board.  Six robots are randomly placed on the screen and
  39. your character is also randomly placed.  The bottom of the screen contains the control
  40. strip.
  41.  
  42. - Control Strip(The components of the Control Strip are listed from left to right)
  43.     - Score, the current score of the game.  Points will be awarded every time a
  44.       robot is destroyed, unless it is destroyed using a shot.
  45.     - Diaganol direction buttons, up left, up right, down left and down right.
  46.       Tap on one of these buttons to move the character in that direction.
  47.     - No move button, black circle on the screen.  Tap this button to keep the
  48.       character in the same spot on the screen and have the robots all move once
  49.       in the character's direction.
  50.     - Horizontal/vertical direction buttons, up, down, left and right.  Tap on one
  51.       of these buttons to move the character in that direction.
  52.     - Shots count, this contains the number of shots the character has left.
  53.     - Shots button, tap this button to use a shot.  When the shot button is pushed
  54.       all robots directly adjacent to the character will be destroyed.  No points 
  55.       will be awarded for robots destroyed by a shot.  The robots destroyed by the
  56.       shot will not leave a fire on the board.
  57.     - Teleport button, tap this button to teleport the character to a clear spot on
  58.       the board.  Once the character is teleported all robots will move one spot
  59.       closer to the new position of the character.  If the character lands in a spot
  60.       directly adjacent to a robot the robot will move and end the game.
  61. - Option Menu
  62.     - Restart, creates a new game starting at level one.
  63.     - Last Stand, this will move all the robots one the screen one square at a time
  64.       until all robots are gone or a robot lands on the character.
  65.     - High Scores, lists the 10 highest scores in the game.  Tap the Ok button to 
  66.       exit back to the game.  Tap the Reset button to reset the 10 High Scores.
  67. - About Menu
  68.     - Contains the version and contact information for Robot Attack!.
  69.  
  70. Hints and Tips
  71. --------------
  72.     - Use your shots sparingly.  In the higher levels you will most likely have
  73.       to use a couple of shots just to make some room for a safer teleport.  After 
  74.       level 5 one shot will be awarded for each completed level.  After level 10 
  75.       two shots will be awarded for each completed level.
  76.     - Teleporting can end the game so use it carefully.
  77.  
  78. Version Info
  79. ------------
  80. - v1.0
  81.     - The first public release of Robot Attack!.
  82.  
  83. - v1.1
  84.     - Fixed a bug that caused a crash after level 16 by making level 16 the final
  85.       level in the game.
  86.     - Added bonus points at the end of each level.  Bonus points are awarded based
  87.       on the number of dead piles on the screen when the level ends.
  88.     - Added an end of game bonus based on the number shots left when the game ends.
  89.     - Added an end of game graphic screen after level 16 is completed.
  90.     - Added clock on the top left coner of the screen.
  91.     - Added last stand menu option.
  92.